home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / bigsort.arc / BIGSORT.HIE < prev    next >
Text File  |  1985-09-27  |  558b  |  27 lines

  1. bigsort
  2.    writehelp, iostat, ramavail, setbreak
  3.    mixlines
  4.       swap
  5.    setoptions
  6.       writehelp, iostat
  7.    quicksort
  8.       writestatus, getline
  9.       checkkeys
  10.          breakhalt
  11.       quicksort
  12.          findpivot
  13.             getline
  14.             lessthan
  15.                stupcase
  16.             equal
  17.                stupcase
  18.          partition
  19.             lessthan, swap, getline
  20.          bubblesort
  21.             lessthan, swap, getline
  22.    readinfile
  23.       checkkeys, putline
  24.    bubblesort
  25.    writeoutfile
  26.       checkkeys, getline
  27.